home *** CD-ROM | disk | FTP | other *** search
/ Champak 128 / Vol 128 (Damaged).iso / games / breakdow.swf / scripts / DefineButton2_17 / BUTTONCONDACTION on(release).as < prev    next >
Encoding:
Text File  |  2011-03-26  |  89 b   |  7 lines

  1. on(release){
  2.    if(Number(single) == 0)
  3.    {
  4.       gotoAndPlay("/:update");
  5.    }
  6. }
  7.